home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18364 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: service-2.agate.net!usenet
  2. From: ettienne@agate.net (Steve Nutt)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: invalid dynalink call
  5. Date: Sat, 20 Apr 1996 05:07:35 GMT
  6. Organization: DET
  7. Message-ID: <4l9k1b$mbo@service-2.agate.net>
  8. References: <4l8oi9$ms6@news.ppg.com>
  9. Reply-To: ettienne@agate.net
  10. NNTP-Posting-Host: ettienne.sdi.agate.net
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. Tim wrote:
  14.  
  15. >I am trying to build a suitable image analysis application with Accusoft routines.  I am trying 
  16. >to use a function from their DLL, defined in their header file.  However, when the function 
  17. >call is executed, the program returns a message indicating an invalid dynalink call to a DLL. 
  18. > Does anyone know how I might determine what is causing the error?  There is no other 
  19. >indication from the compiled program.  Thanks.
  20.  
  21. >Tim kosto (kosto@ppg.com)
  22.  
  23.  
  24. You get the error invalid dynalink when you are trying to call a
  25. function in a dll that does not exist.  Thanks Bill for not telling us
  26. which function!
  27.  
  28. Ensure that the lib files you have a current with the DLL.
  29.  
  30. Steve
  31.  
  32.